home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.4 Applications 1997 August / SGI IRIX 6.4 Applications 1997 August.iso / dist / dynaweb.idb / usr / lib / Insight / dweb / cgi-bin / nph-infosrch.z / nph-infosrch
Encoding:
Text File  |  1997-07-30  |  698 b   |  27 lines

  1. #!/bin/csh -f
  2. #
  3. ## CGI script front end to DYNAWEB 3.1 for UNIX
  4. #
  5. if ($?LD_LIBRARY_PATH) then 
  6.    setenv LD_LIBRARY_PATH /usr/lib/Insight/dweb/sgi5/lib:$LD_LIBRARY_PATH
  7. else
  8.    setenv LD_LIBRARY_PATH /usr/lib/Insight/dweb/sgi5/lib:/usr/lib
  9. endif
  10.  
  11. setenv data-dir        /usr/lib/Insight/data
  12. setenv config-file     infosrch.dwc
  13. setenv default-catalog dynaweb.cat
  14. setenv mimetypes-file  mime.typ
  15. setenv EBT_REGISTRY    /usr/lib/Insight/data/ebtcom.txt
  16.  
  17. if ( -e  /usr/lib/Insight/dweb/sgi5/bin/s2hcgi ) then
  18.          /usr/lib/Insight/dweb/sgi5/bin/s2hcgi
  19. else
  20.         echo "HTTP/1.0 404 Not Found."
  21.     echo "Content-Type: text/plain"
  22.     echo ""
  23.     echo "DynaWeb 3.1 CGI executable is missing."
  24. endif
  25.  
  26.  
  27.